*{
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
.game-played{
    position: relative;
    left: 50%;
    margin-left: -480px;
    margin-top: 10px;
    width: 958px;
    height: 42px;
    border: 1px solid #f65328;
    background-color: #fff;
}
.game-played .game-played-left {
    float: left;
    width: 100px;
    height: 42px;
    line-height: 42px;
    background: url("../images/xyx/game-played-title.png") no-repeat left center;
}
.game-played .game-played-left .game-played-icon{
    background: url("../images/xyx/game-played-icon1.png") no-repeat 5px center;
    height: 42px;
    width: 14px;
    padding: 0 5px;
    float: left;
}
.game-played .game-played-left h2 {
    font-size: 12px;
    font-weight: normal;
    float: left;
    color: #fff;
}

.game-played .game-played-center {
    float: left;
    width: 794px;
    height: 42px;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
}
.game-played .game-played-center .game-played-list{
    float: left;
    width: 734px;
    overflow: hidden;
    position: relative;
}
.game-played .game-played-center .game-played-list ul{
    width: 6000px;
    height: 42px;
}
.game-played .game-played-center .game-played-list li{
    float: left;
    position: relative;
}
.game-played .game-played-center .game-played-list li:hover .game-played-close{
    display: block;
    cursor: pointer;
}
.game-played .game-played-center .game-played-list li img {
    padding-top: 3px;
    float: left;
    padding-right: 4px;
    width: 36px;
    height: 36px;
}
.game-played .game-played-center .game-played-list li a{
    color: #2b2b2b;
    line-height: 42px;
    float: left;
    font-size: 14px;
    padding-right: 26px;
}
.game-played .game-played-center .game-played-list li:hover a {
    color: #f65328;
    text-decoration: underline;
    
}
.gallery_demo_unstyled{
    position: relative;
}
.game-played .game-played-center .game-played-arrows{
    width: 50px;
    padding:0 10px;
    position: absolute;
    right: 0;
}
.game-played .game-played-center .PicBtn-left{
    float: left;
    width: 19px;
    height: 42px;
    background: url("../images/xyx/game-played-arrows-l.png") no-repeat left 11px;
    opacity: 0.5;
    cursor: pointer;
}
.game-played .game-played-center .PicBtn-right{
    float: right;
    width: 19px;
    height: 42px;
    background: url("../images/xyx/game-played-arrows-r.png") no-repeat right 11px;
    opacity: 0.5;
    cursor: pointer;
}
.game-played .game-played-center .PicBtn-left:hover,.game-played .game-played-center .PicBtn-right:hover {
    opacity: 1;
}
.game-played .game-played-close{
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 13px;
    background: url("../images/xyx/game-played-close.png") no-repeat center center;
    zoom: 1;
}

.game-played .game-played-right {
    cursor: pointer;
    width: 44px;
    line-height: 42px;
    color: #ffffff;
    font-size: 14px;
    background-color: #f65328;
    float: right;
    text-align: center;
}
.bd_top{ margin:10px auto; width:960px}
